Click or drag to resize

ServiceGetItems Method (IListItemId, IListPropertyPath)

Gets items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> GetItems(
	IList<ItemId> items,
	IList<PropertyPath> propertyPaths
)

Parameters

items
Type: System.Collections.GenericIListItemId
The items.
propertyPaths
Type: System.Collections.GenericIListPropertyPath
The set of properties to return.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also